try {
value = new Long(GetterUtil.getLong(
(String)Hibernate.STRING.nullSafeGet(rs, names[0])));
}
catch (SQLException sqle2) {
throw sqle1;
try {
value = new Long(
GetterUtil.getLong(
StandardBasicTypes.STRING.nullSafeGet(rs, names[0])));
}
catch (SQLException sqle2) {
throw sqle1;